From: Dan Nicolaescu Date: Fri, 21 Aug 2009 06:19:23 +0000 (+0000) Subject: Remove leftover macos code. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10996 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=673ae0a1ea3aade407384bb783a33de8c28ce07c;p=emacs.git Remove leftover macos code. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42465ef1817..4d60e1da31d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-08-21 Dan Nicolaescu + * loadup.el: Remove leftover macos code. + * vc-git.el (vc-git-annotate-command): Run asynchronously. Explicitly pass the date format to git blame so that user local so that the output format can be parsed. diff --git a/lisp/loadup.el b/lisp/loadup.el index 284c7e3a117..8f1fe845e39 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -209,9 +209,6 @@ (load "term/pc-win") (load "ls-lisp") (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el -(if (eq system-type 'macos) - (progn - (load "ls-lisp"))) (if (featurep 'ns) (progn (load "emacs-lisp/easymenu") ;; for platform-related menu adjustments